projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef4f79
)
(apropos-synonyms): Add selection => region.
author
Kim F. Storm
<storm@cua.dk>
Fri, 24 Mar 2006 13:28:23 +0000
(13:28 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 24 Mar 2006 13:28:23 +0000
(13:28 +0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index 3333981c5e5617e351a0b82c1ea8152989bf5d5a..b490b8173bac7af7d3e6ecb84ab1d214e84477c7 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-168,7
+168,8
@@
If value is `verbose', the computed score is shown for each match."
(defvar apropos-synonyms '(
("find" "open" "edit")
("kill" "cut")
- ("yank" "paste"))
+ ("yank" "paste")
+ ("region" "selection"))
"List of synonyms known by apropos.
Each element is a list of words where the first word is the standard emacs
term, and the rest of the words are alternative terms.")